home *** CD-ROM | disk | FTP | other *** search
/ Drumbeat 2000 / drumbeat 2000.iso / quick start files / quick start lesson 5.edf / GlobalScripts.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-08-12  |  622 b 

  1. {
  2.     "schema": {
  3.         "GlobalScriptID": "Long Integer",
  4.         "Name": "Text (255)",
  5.         "GlobalScriptData": "OLE (255)",
  6.         "SyntaxDirty": "Boolean NOT NULL",
  7.         "Remarks": "Memo/Hyperlink (255)",
  8.         "DateTimeStamp": "DateTime",
  9.         "Scope": "Long Integer",
  10.         "CodeType": "Long Integer"
  11.     },
  12.     "data": [
  13.         {
  14.             "GlobalScriptID": 1,
  15.             "Name": "Global Variables",
  16.             "GlobalScriptData": "BINARY_FILE:GlobalScripts/0_GlobalScriptData",
  17.             "SyntaxDirty": 1,
  18.             "DateTimeStamp": "12/22/98 12:13:35",
  19.             "Scope": 0,
  20.             "CodeType": 1
  21.         },
  22.         {
  23.             "GlobalScriptID": 2,
  24.             "Name": "Global Variables",
  25.             "GlobalScriptData": "BINARY_FILE:GlobalScripts/1_GlobalScriptData",
  26.             "SyntaxDirty": 1,
  27.             "DateTimeStamp": "12/22/98 12:13:35",
  28.             "Scope": 1,
  29.             "CodeType": 1
  30.         }
  31.     ]
  32. }